-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Webview] Replace Collection Project webview to use @vscode-elements
package
#1758
base: main
Are you sure you want to change the base?
Conversation
@vscode-elements
package@vscode-elements
package
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the text for the ansible-creator log output is slightly less centered than it used to be. Comparing it to the original seems like the original was also off center, but it's a bit more noticeable now. If it could be centered in the logs text area completely, that would be ideal IMO.
Everything else looks great! It looks even better than before on some of the header spacings.
This PR updates Ansible collection project webview to use @vscode-elements/elements package
insted of now deprecated @vscode/webview-ui-toolkit.
Added this new package, updated related code and styles.
For @vscode-elements package info refer: https://vscode-elements.github.io/getting-started/
Related: AAP-37621